1 /* Licensed to the public under the Apache License 2.0. */
6 return baseclass.extend({
9 rrdargs: function(graph, host, plugin, plugin_instance, dtype) {
11 title: "%H: ICMP Round Trip Time",
13 number_format: "%5.1lf ms",
29 title: "%H: ICMP Drop Rate",
31 number_format: "%5.2lf %%",
33 types: [ "ping_droprate" ],
39 transform_rpn: "100,*"
46 title: "%H: ICMP Standard Deviation",
48 number_format: "%5.1lf ms",
50 types: [ "ping_stddev" ],
61 return [ ping, droprate, stddev ];